home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form sdother
- Appearance = 0 'Flat
- BackColor = &H80000004&
- BorderStyle = 3 'Fixed Dialog
- Caption = "Other Products From Desaware"
- ClientHeight = 5655
- ClientLeft = 1725
- ClientTop = 3330
- ClientWidth = 7365
- ControlBox = 0 'False
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 6120
- Left = 1635
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5655
- ScaleWidth = 7365
- Top = 2955
- Width = 7545
- Begin VB.CommandButton Command1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Ok"
- Height = 375
- Left = 5940
- TabIndex = 7
- Top = 120
- Width = 855
- End
- Begin VB.Label Label11
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "The Common Dialog Toolkit"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000040&
- Height = 255
- Left = 60
- TabIndex = 11
- Top = 2760
- Width = 3135
- End
- Begin VB.Label Label10
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = $"SDOTHER.frx":0000
- ForeColor = &H80000008&
- Height = 615
- Left = 60
- TabIndex = 10
- Top = 3000
- Width = 7155
- End
- Begin VB.Label Label9
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = $"SDOTHER.frx":00E1
- ForeColor = &H80000008&
- Height = 975
- Left = 60
- TabIndex = 5
- Top = 720
- Width = 7155
- End
- Begin VB.Label Label8
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = $"SDOTHER.frx":022C
- ForeColor = &H80000008&
- Height = 615
- Left = 60
- TabIndex = 6
- Top = 2040
- Width = 7215
- End
- Begin VB.Label Label7
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "SpyWorks 4.0"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000040&
- Height = 255
- Left = 60
- TabIndex = 9
- Top = 480
- Width = 3375
- End
- Begin VB.Label Label6
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "VersionStamper 4.0"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000040&
- Height = 255
- Left = 60
- TabIndex = 8
- Top = 1800
- Width = 2415
- End
- Begin VB.Label Label5
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "The Custom Control Factory"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000040&
- Height = 255
- Left = 60
- TabIndex = 4
- Top = 4680
- Width = 4035
- End
- Begin VB.Label Label4
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = $"SDOTHER.frx":031F
- ForeColor = &H80000008&
- Height = 675
- Left = 60
- TabIndex = 3
- Top = 4920
- Width = 7215
- End
- Begin VB.Label Label3
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = $"SDOTHER.frx":0413
- ForeColor = &H80000008&
- Height = 615
- Left = 60
- TabIndex = 2
- Top = 3960
- Width = 7155
- End
- Begin VB.Label Label2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "CCF-Cursors"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000040&
- Height = 195
- Left = 60
- TabIndex = 1
- Top = 3720
- Width = 2415
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- Caption = "Other Products From Desaware"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 255
- Left = 120
- TabIndex = 0
- Top = 60
- Width = 4155
- End
- Attribute VB_Name = "sdother"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Me
- End Sub
-